projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd09e57
)
(tex-run-command): Doc fix.
author
Karl Heuer
<kwzh@gnu.org>
Mon, 25 Jan 1999 16:31:15 +0000
(16:31 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Mon, 25 Jan 1999 16:31:15 +0000
(16:31 +0000)
lisp/textmodes/tex-mode.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/tex-mode.el
b/lisp/textmodes/tex-mode.el
index 3c54712439f46211d71becaa47433c3881a84507..0b24623476754365693004e7222d83a9db79cb40 100644
(file)
--- a/
lisp/textmodes/tex-mode.el
+++ b/
lisp/textmodes/tex-mode.el
@@
-91,7
+91,7
@@
if the variable is non-nil."
(defcustom tex-run-command "tex"
"*Command used to run TeX subjob.
If this string contains an asterisk (`*'), that is replaced by the file name;
-otherwise the value of
tex-start-options-string
and the file name are added
+otherwise the value of
`tex-start-options-string'
and the file name are added
at the end, with blanks as separators."
:type 'string
:group 'tex-run)